POST api/[Delivery_25_asignacionConductorescoloniasController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request25| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| id_colonia | integer |
None. |
|
| id_driver | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"id_colonia": 2,
"id_driver": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.